You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Size Method > TMtx.Size Method ([In] TMtxVecBase, [In] TMtxFloatPrecision)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Size Method ([In] TMtxVecBase, [In] TMtxFloatPrecision)

Allows the floatPrecision and complex properties of the calling object to become of aFloatPrecision value instead of Src.FloatPrecision and Src.Complex value.

Syntax
C#
Visual Basic
public override TMtxVec Size([In] TMtxVecBase Src, [In] TMtxFloatPrecision aFloatPrecision);

It is also possible to pass the calling object as the Src with a different aFloatPrecision value. The value of the FloatPrecision property can be changed without knowing the actual type of the object (matrix of vector).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!